4.13 Enabling printing of terms and conditions
The Self-Service Kiosk displays the terms and conditions to the cardholder in a web browser control. It is possible to print the terms and conditions from this control; however, by default, this is disabled, because you may not have a printer attached to a kiosk system, and may not want the Windows print dialog to appear.
You can configure the Self-Service Kiosk to allow printing by editing the configuration file.
To edit the configuration file:
- On the client PC, shut down the Self-Service Kiosk.
-
Back up the MyIDApp.exe.config file. By default, this is in the following folder:
C:\Program Files (x86)\Intercede\MyIDSelfServiceKiosk\
-
Using a text editor, open the MyIDKiosk.exe.config file.
Note: Make the changes to the config file exactly as shown. The case is important.
-
Edit the value parameter in the following line:
<add key="AllowTermsAndConditionsPrinting" value="true"/>
If this line does not exist, you can add it to the <appSettings> section.
- Save the configuration file.
- Restart the Self Service Kiosk.
If you want to disable printing, you can set the AllowTermsAndConditionsPrinting value to false, or remove the line from the configuration file.